Click or drag to resize

Attendee Class

Represents attendees and resources for a meeting.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeAttendee

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Attendee

The Attendee type exposes the following members.

Constructors
  NameDescription
Public methodAttendee
Initializes a new instance of the Attendee class.
Public methodAttendee(String)
Initializes a new instance of the Attendee class.
Public methodAttendee(Mailbox)
Initializes a new instance of the Attendee class.
Public methodAttendee(String, ResponseType)
Initializes a new instance of the Attendee class.
Public methodAttendee(String, String)
Initializes a new instance of the Attendee class.
Public methodAttendee(Mailbox, ResponseType)
Initializes a new instance of the Attendee class.
Public methodAttendee(String, String, ResponseType)
Initializes a new instance of the Attendee class.
Top
Properties
  NameDescription
Public propertyLastResponseTime
Represents the date and time of the latest response that is received.
Public propertyMailbox
Identifies a fully resolved e-mail address.
Public propertyResponseType
Represents the type of recipient response that is received for a meeting.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Attendee object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also